home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pcb / ttp22.zip / TIC2PCB.HIS < prev    next >
Text File  |  1992-12-27  |  19KB  |  386 lines

  1.                                   Tic-2-PCB
  2.                              History documentation
  3.  
  4. 12-27-92  -  v2.2 - CONFIG FILE CHANGE!!!
  5.              
  6.              Be sure to look at the new configuration file format!
  7.              
  8.              I made the config file so it will support keywords instead
  9.              of a specific order (except for the area declarations).
  10.  
  11.              Added a KEYWORD {@}TEST  You now have the option of testing
  12.              each individual file, or testing a whole list of them by using
  13.              the TEST keyword for individual file testing or @TEST to make a
  14.              list file.  If the KEYWORD @TEST is used, Tic-2-PCB will keep
  15.              track of each file processed and shell out after completion of
  16.              all processing and pass the filename TIC2PCB.LST as parameter %1.
  17.              This should accommodate the next version of Stacy Smith's ULP
  18.              program which will preserve the "Received by: Tic-2-PCB" lines
  19.              if used, and individual file processing in local mode.  Thanks
  20.              Stacy!
  21.  
  22.              Added a KEYWORD COPYARC which if present, it will force Tic-2-PCB
  23.              to copy the inbound archives to the destination directory and
  24.              leave a copy in the inbound directory.
  25.              
  26.              Added a KEYWORD FILEDATE that if found will cause Tic-2-PCB
  27.              to use the ARCHIVE date within the PCBoard(tm) DIR file.
  28.  
  29.              Added a KEYWORD LOGOFF that turns all standard logging off.
  30.              The TIC2PCB.ERR file will still be written though.
  31.  
  32.              Added a KEYWORD NOINFO to turn of the appending of "Received by:
  33.              Tic-2-PCB MM/DD/YY From:AREANAME"
  34.  
  35.              Added a KEYWORD NODIZ to turn off FILE_ID.DIZ checking.  Tic-2-PCB
  36.              will now shell out and check the archive for a FILE_ID.DIZ or
  37.              a DESC.SDI and use it instead of the one or two line description
  38.              that comes inside the .TIC files.  You must have the archive
  39.              utilities that are listed within the docs for this to operate
  40.              correctly.  Also, Tic-2-PCB can not I.D. self extracting archives
  41.              or process the description files within them.  If an archive
  42.              can't be identified, it will be processed as normal.
  43.  
  44.              Added a KEYWORD NOCRC which will turn off the CRC-32 comparison
  45.              of the included CRC-32 within the TICK file and the actual
  46.              ARCHIVE CRC-32.  This gives added security to your system should
  47.              someone try to sneak a bogus file through your TICK processor.
  48.              This WILL NOT check the files within the archive!
  49.  
  50.              Added a KEYWORD UNKNOWN  which will allow UNKNOWN file areas to
  51.              be imported into the default directories.  This is designed to
  52.              allow files to be imported that do not have a defined area in
  53.              the config file.  The reason for this is because there's no
  54.              password checking on UNKNOWN imports.  If this keyword is not
  55.              found in the config file or it is commented out, all UNKNOWN
  56.              AREA .TIC files will be renamed to TKnnnnnn.UNK and the ARCHIVE
  57.              will NOT be imported into the system.
  58.                         
  59.              Added a KEYWORD in the area declaration called PASSWORD.  This
  60.              will support password checking of the TICK files.  If this
  61.              option is used, it will search the TICK file for the PW keyword
  62.              and then compare that password to the password listed in the
  63.              config file for that AREA.  If it isn't a match then the
  64.              TKnnnnnn.TIC will be renamed to TKnnnnnn.PWD and the archive
  65.              WILL NOT be processed into your BBS.  To disable this feature,
  66.              just comment out or delete the PASSWORD xxxxxx  lines.
  67.  
  68.              Added a command line switch of /BELL to turn the beeping off
  69.              when an error occurs.
  70.  
  71.              Added a new output screen.  You can select /M for MONO on
  72.              the command line if your system doesn't support color.
  73.  
  74.              I improved the logging routines.  The following entries will now
  75.              be found in the log file:
  76.  
  77.              --------[ Processing {INBOUND} - MM-DD-YYYY - HH:MM:SS
  78.              --------[ Process complete - MM-DD-YYYY - HH:MM:SS
  79.              --------[ Process Aborted! - MM-DD-YYYY - HH:MM:SS
  80.              A - Area unknown for file specified
  81.                  Renamed .TIC to .UNK
  82.              C - CRC check sum error on archive
  83.                  Renamed .TIC to .CRC
  84.              D - FILE_ID.DIZ is longer than 450 bytes - Not used
  85.              E - Error encountered in .TIC file
  86.                  Renamed .TIC to .ERR
  87.              F - File doesn't exist
  88.                  Renamed .TIC to .FIL
  89.              P - Incorrect password for AREA
  90.                  Renamed .TIC to .PWD
  91.              S - DESC.SDI longer than 85 bytes - Not used
  92.              √ - Process successful.  File imported properly
  93.  
  94.              At the request of one of the Tic-2-PCB users (sorry I don't
  95.              recall who you were) I have renamed the included config file,
  96.              log file, and error file as SAMPLE.CFG, SAMPLE.LOG, and
  97.              SAMPLE.ERR.  Thanks for the suggestion, who ever you are! <g>
  98.  
  99.              TIC2PCB.DOC has been updated.
  100.              
  101.              Made available as TTP22.ARJ on 12/27/92.
  102.  
  103. 11-11-92  -  v2.1 - Set this up as debug code.
  104.              
  105.              After evaluation for a two week period this code is stable
  106.              since recompiling under QuickBASIC 4.5.
  107.  
  108.              Made available as TTP21.ARJ on 11/21/92.
  109.  
  110. 10-31-92  -  v2.0b - Jim Dritsas reported a bug that didn't correctly write
  111.              the PCBoard directory entries.  This bug was caused due to
  112.              porting the code over to VB-DOS. - FIXED
  113.  
  114. 10-25-92  -  v2.0a - This version wasn't supposed to make it out the door!
  115.              I had compiled some test code, and in the process of getting the
  116.              VB-DOS code compiled and bundled up, I accidentally grabbed the
  117.              wrong executable and put it out.  I'm very sorry for that! :(
  118.  
  119.              Added errorlevels to the code, and it will exit with the
  120.              following levels:
  121.  
  122.                  0 - Successful execution, no errors encountered.
  123.                  1 - Unsuccessful execution, errors encountered, and
  124.                      TIC2PCB.ERR file created/appended.
  125.                  2 - Unsuccessful execution, no .TIC files to process.
  126.  
  127.              Added code that will continue processing if a .TIC file is
  128.              found without an accompanying file.
  129.  
  130.              TIC2PCB.DOC has been updated.
  131.  
  132. 10-18-92  -  v2.0 - NO CHANGES MADE TO CODE EXCEPT RECOMPILED USING MS'S
  133.              VISUAL-BASIC FOR DOS.
  134.                   
  135. 10-08-92  -  v1.6 - CONFIGURATION FILE CHANGE!!!
  136.  
  137.              Changed the command line implementation to require a configuration
  138.              file name.  The method to execute the program will be
  139.                   
  140.                   TIC2PCB <config file>
  141.  
  142.                you must specify a configuration filename or the program will
  143.              halt execution.  This was done for people receiving files from
  144.              another net, which was causing problems with the size of the
  145.              array's within the code, you can now have several different config
  146.              files to support each network.
  147.  
  148.              Fixed a bug that was reporting that the TIC2PCB.CFG file was
  149.              not found when it actually was, but the file or path didn't
  150.              exist within the configuration file.  I have now written error
  151.              trapping routines that will (hopefully in most cases) identify
  152.              the line that the error occurred on and report what path/file
  153.              it was working on when it encountered the error.  There will also
  154.              be a file created called TIC2PCB.ERR which will tell you what the
  155.              error was in case you were asleep or away when the program last
  156.              executed.
  157.              
  158.              Incorporated support for FileManager type TIC files.
  159.  
  160.              Made an option for a batch file to be called to process all files
  161.              when received.  This routine will call the batch file specified
  162.              within the configuration file and pass the file name as %1, the
  163.              file name will specify the location and the file name after it has
  164.              been moved to it's destination directory.  (C:\UPLOAD\FILENAME.xxx)
  165.              Your upload processor must handle renaming or moving the file if
  166.              it should fail any testing.
  167.  
  168.              Major optimization of code, which is based somewhat on OOP.  I
  169.              moved most of the routines into separate modules, which should
  170.              free up some memory, run faster, and be easily modified.
  171.  
  172.              Support for FILE_ID.DIZ detection, Forwarding of files, a message
  173.              report to the sysop when files are received, and a configuration
  174.              program should be included in the next release after being compiled
  175.              under VisualBASIC for DOS.
  176.              
  177.              After spending several hours, and a lot of weekends supporting
  178.              Tic-2-PCB, I am considering making it shareware in the near future
  179.              which I expect it to be a one time fee of $15 for non-commercial,
  180.              and $25 for business use.  I know this is something that you
  181.              probably hate to see, I know I do when I've been using a free
  182.              utility for a while and gotten used to it, but I now understand
  183.              why authors resort to this type of programming.  It takes a lot of
  184.              time, and the family tends to be left out in the living room while
  185.              I'm pounding away on the keys, and they only see me when I'm hungry
  186.              or I need to go to the bathroom. <g>
  187.              
  188.              TIC2PCB.DOC has been updated.
  189.  
  190. 09-11-92  -  v1.5 - CONFIGURATION FILE CHANGE!!!
  191.  
  192.              Fixed a bug that was causing the descriptions to get cut off
  193.              when a comma was encountered - FIXED
  194.              
  195.              Made an option for "Received by Tic-2-PCB mm-dd-yy From:AREANAME"
  196.              entry in the DIR file.
  197.  
  198.              Completed the option to select either C)urrent date or F)ile date
  199.              for DIR file entry. (NOTE: The log file entry will log the current
  200.              date the file was imported)  I thought I had this done in v1.4! :(
  201.  
  202.              I added a feature that will add an entry to your DOWNLOAD.TXT file
  203.              so the common File Profilers will have upload/download stats for
  204.              callers to view.
  205.  
  206.              Optimized some code, and rearranged some subroutines.  Not really
  207.              noticeable speed, just easier to make changes in the future.
  208.  
  209.              I will be adding a feature that will send a private message to the
  210.              sysop, showing what files were imported and where.  It will also
  211.              send errors that are encountered (i.e. bad file names, incorrect
  212.              paths, duplicate file name, etc.)
  213.              
  214.              There have been several requests to allow processing to continue
  215.              when an error is encountered (bad file name, path errors, etc.).
  216.              I have thought about this feature, but Tic-2-PCB exits when an
  217.              error is encountered, just in case something is really wrong,
  218.              and it decides to trash your system. (hopefully things will never
  219.              get to that point anyway) <grin>  If the general feeling is to
  220.              continue on even after an error is encountered, then I will write
  221.              it into the code.
  222.  
  223.              TIC2PCB.DOC has been updated.
  224.  
  225. 07-30-92  -  v1.4a - It figures!  Not less than a week later, I get another
  226.              bug report. :(
  227.              
  228.              Thanks to Tim Fierro, I have incorporated support for FEcho .TIC
  229.              files.  The file format is completely different than TICK, so I
  230.              figured I would add support for that system too.
  231.  
  232.              If someone else has another file processor that Tic-2-PCB isn't
  233.              processing properly, just send me a copy of the .TIC file and
  234.              I'll try to add support for it too.
  235.  
  236.              Minor changes made to TIC2PCB.DOC. (not enough to reprint it)
  237.  
  238. 07-23-92  -  v1.4 - CONFIGURATION FILE CHANGE!  Released as a regular release.
  239.              If I run into more serious problems, I'll start sending ßeta code
  240.              out the door again.
  241.  
  242.              Thanks to Richard Vonzel, I was able to locate another problem
  243.              that wasn't noticeable but yet caused some real hair pulling, if
  244.              things were entered in mixed case, the program code wasn't
  245.              interpreting the mixed case.  FIXED!
  246.  
  247.              As requested by Bob Rathke, I instituted an UNKNOWN area, which
  248.              will toss all unknown area files to the default directory listed
  249.              in lines 2 & 3 of TIC2PCB.CFG.
  250.  
  251.              As requested by Jim Rhodes, a TIC2PCB.LOG file has been added.  It
  252.              will show the date imported, area name, file name, size, and
  253.              destination DOS directory.  If there's anything else someone wants
  254.              entered in this log, let me know.  The log can be disabled in
  255.              line 15 of TIC2PCB.CFG by entering "N" (without quotes) for no
  256.              logging.  If this option is used, make sure you check the size
  257.              of this log if you are receiving lots of files on a regular
  258.              basis.  You can delete it if it gets to big, or you no longer
  259.              want it.
  260.  
  261.              You can also thank Jim for pointing out the problem when moving
  262.              files to other drives, and the "Release" line in the .TIC files,
  263.              which were corrected in the last release.
  264.  
  265.              As requested by several people, and to ease the problems of
  266.              installation I've changed the way Tic-2-PCB handles comments.
  267.              They're no longer required, nor is the pesky semi-colon (;)
  268.              either!
  269.              
  270.              If you should forget to place the trailing back slash (\) on a
  271.              line that is supposed to have a directory entry, Tic-2-PCB will no
  272.              longer toss cookies or fits.
  273.  
  274.              Implemented the option for "F"ile or "C"urrent date to be used in
  275.              the directory file listing.
  276.  
  277.              TIC2PCB.DOC has been updated.
  278.  
  279. 07-16-92  -  v1.3ß - Released this version due to the inability to move files
  280.              to another drive.  Tic-2-PCB will now move files to other drives.
  281.  
  282.           -  I made a modification that will support the "Release" key word
  283.              found at the top of some .TIC files.  I think this was that
  284.              pesky bug.
  285.  
  286.           -  Cleaned up some output routines.  It seems I left some debugging
  287.              code in the file and word wrap was never enabled, and the version
  288.              number was never changed.  Sorry, it should work now. :-)
  289.  
  290.           -  Had one report that the TIC2PCB.CFG file couldn't be found in the
  291.              directory, I couldn't track this one down.  Anyone else had this
  292.              problem before?
  293.  
  294.           -  Added more error trapping routines.
  295.  
  296.           -  Added a support conference on my BBS called Tic-2-PCB (#8).
  297.  
  298.           -  If you want access to this conference, send me net-mail with the
  299.              following information and I will set up an account for you so
  300.              you won't have to go through the verification procedures:
  301.  
  302.              REAL NAME:
  303.              PASSWORD:
  304.              ADDRESS:
  305.              CITY/STATE:
  306.              DATA LINE:
  307.              VOICE LINE:
  308.              DATE OF BIRTH:
  309.  
  310.              Your account will normally be setup within 24 hours.
  311.  
  312.           -  As of this release, I will indicate if any changes have been made
  313.              to the documentation.  This should help save a few trees. <grin>
  314.  
  315.           -  No changes made to Tic2PCB.Doc
  316.  
  317. 07-15-92  -  v1.2ß - 1.1ß1 Had a pesky little bug appear, but it
  318.              disappeared after recompiling with the new code.  Hopefully
  319.              it stays gone!
  320.  
  321.           -  Included code to preserve the original file date of the
  322.              archive.  It was being dated to the present day.
  323.  
  324.              I haven't had much time to incorporate the other features as of
  325.              yet.  This file date thing took me a while.  I have some
  326.              information that will help me include some more enhancements
  327.              for future releases.
  328.  
  329.              Future enhancements will be:
  330.  
  331.              1. Archive identification without relying on the suffix.
  332.              2. Calling PCBTEST (or other batch) on all moved/copied files.
  333.              3. Incorporating FILE_ID.DIZ & DESC.SDI detection.
  334.              4. Allowing a recompress of the archive after a copy/move.
  335.              5. Make a configuration setup routine.
  336.  
  337.              NOTE:  I got a lot of calls reporting problems.  I found that
  338.              80% were due to the configuration file being cleaned out.
  339.  
  340.              YOU HAVE TO LEAVE THE ; (SEMI-COLON) IN THE 33RD COLUMN OR
  341.              TIC2PCB WON'T WORK.  I will be changing this in the next
  342.              version or so.
  343.  
  344.              The other 20% were due to that invisible bug.
  345.  
  346. 06-26-92  -  v1.1ß1 Minor bug fix!  Released the same day.
  347.  
  348. 06-26-92  -  v1.1ß Major upgrade!  Added support for multiple areas, and
  349.              tossing to different file directories and directory listings.
  350.  
  351.           -  Enabled word wrapping for lines that are too long for the
  352.              standard PCBoard directory listing.
  353.  
  354.           -  Enhanced the Move file routine.  <That was an oversight
  355.              on my part>.
  356.  
  357.           -  Began setting up the configuration file to support the
  358.              FILE_ID.DIZ & DESC.SDI file description methods.  These are
  359.              becoming more and more popular.
  360.  
  361.              I plan on allowing the Sysop to say whether they would
  362.              like to change the file date or leave it the same on new
  363.              files. (Presently the file date is being changed to the
  364.              current date when being copied)
  365.  
  366.              Will also allow Sysops to say how long of a secondary
  367.              description they want up to eight lines.
  368.  
  369.              Be sure to read about the new configuration file changes,
  370.              you must follow the pattern in the file or it WON'T WORK.
  371.              Thanks everyone, for telling me what you wanted to see in
  372.              Tic-2-PCB.
  373.  
  374. 06-19-92  -  v1.1ß Tic-to-PCB had a name change to Tic-2-PCB!  I like this
  375.              method of spelling much better. <grin>
  376.  
  377.           -  Made a few changes to the video output and removed unnecessary
  378.              code.  Changed some sub routines, reformatted the code for
  379.              easier reading.
  380.  
  381.           -  Added TIC2PCB.HIS and FILE_ID.DIZ to archive.
  382.  
  383.           -  A complete revision to the Tic2PCB manual.
  384.  
  385. 06-12-92  -  v1.0ß Initial release as ßeta.
  386.